home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Communication / Citadel_BBS / Docs / cit_hlp.lha / DOWNLOAD.HLP < prev    next >
Text File  |  1994-12-05  |  4KB  |  97 lines

  1.  Downloading and Uploading Files and Messages
  2.   .E <protocol> <type>
  3.  
  4.   The protocol are X, or Y.
  5.  
  6.   type should be F for file, M for message.  You can upload a message into a room.
  7.   For example:.EYF - Enter Ymodem File
  8.               .EXF - Enter Xmodem File (.EF defaults to this)
  9.               .EYM - Enter Ymodem Message
  10.  Downloads work the same way...
  11.    .R <protocol> and B(for binary) or M for messages.
  12.  
  13.               .RYB - Read Ymodem File
  14.               .RXB - Read Xmodem File (.EF defaults to this)
  15.               .RXM - Read Xmodem Messages
  16.  
  17.  File Downloading
  18.  ----------------
  19.    Downloading a file from ^nodetitle is a trifle more difficult, or at least
  20. obscure, than uploading, due to the fact messages is the main focus of
  21. ^variantname.  The generic format is
  22.  
  23.   <.R>ead [protocol specifier] [<B>inaryfile or <T>extfile [<F>ormatted]]
  24.  
  25.    or, in English, .Read possibly followed by a protocol name, followed
  26. by either <B>inaryfile (at which point ^variantname will prompt for one or
  27. more filenames to download) or <T>extfile (in which case, if you didn't
  28. specify a protocol, the system will wait to see if you type <F>ormatted,
  29. causing it to try to Format the file to your screen width; any other response
  30. will be saved for the filename prompt).  Icky?  Well, not really.  Always
  31. use .Read [protocol] Binaryfile unless you know you want to read a text file
  32. formatted to your screen width.
  33.  
  34.    The protocol specifier is optional, but if you don't specify one, it will
  35. default to ASCII.
  36.  
  37.    ^variantname supports the following protocols internally for DOWNLOADING:
  38.  
  39.       <X>modem and <Y>modem (BATCH mode).
  40.  
  41.    Additionally, ^nodetitle has the following protocols available for download
  42. usage as external drivers:
  43.  
  44.       ^dlprotocols
  45.  
  46.    To use any of these protocols for a download, simply type their letter where
  47. "protocol specifier" was mentioned before.  For example, to download one or
  48. more files to the system using Ymodem, you'd type
  49.  
  50.     <.R>ead <Y>modem <B>inaryfile
  51.  
  52.    The system will prompt for one or more names.  If the file(s) don't exist,
  53. you'll be notified of your blunder.
  54.  
  55.    Some protocols do not allow BATCH downloads (Xmodem, Wxmodem, and perhaps
  56. some of the external protocols), so if you try to specify more than one file
  57. for a download with those protocols, the system will balk and scream.
  58.  
  59.    ^variantname has the capability to limit downloads during sysop-specified
  60. periods of the day, so you may be faced with a rejection if you go over a
  61. limit.  If that happens, the message you get may tell you when you can try
  62. again.  If not, check .Help HOURS, or just call back in a few hours.  Or
  63. leave a note to the sysop.
  64.  
  65.    There are two options in file downloading which you may find useful.
  66. First, you may use multiple file-specs when you are prompted for a file.
  67. For instance,
  68.  
  69.       *.DOC *.TXT
  70.  
  71.    would download all the files with extensions DOC and TXT in the protocol
  72. you specified earlier in this command.
  73.  
  74.    Second, you may use date-specs to specify files, either with or without
  75. file-specs.  See the TOC help file for more on date-specs, but simply typing
  76. in
  77.  
  78.         >
  79.  
  80.    would let you download all files dated since your last login using the
  81. protocol you used.  No, no, don't type that at the room prompt.  You'd type,
  82. for example,
  83.  
  84.       .<R>ead <Y>modem <B>inary files
  85.  
  86.    and then type the ">" at the filename prompt.
  87.  
  88.  
  89.  %TOC How to read a directory listing.
  90.  %UPLOAD Information on uploading to ^nodetitle.
  91.  %PROTOCOL What protocols are available?
  92.  %FILES Summary of file handling.
  93.  %ADVANCED Back to the advanced commands help menu.
  94.  %HELPOPT Get a list of all help files in the system.
  95.  %MAINHELP First level of help system.
  96.  
  97.